home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / MasteringDetails / PB.project < prev    next >
Encoding:
Text File  |  1995-02-21  |  861 b   |  28 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. BUILDTOOL = "~dbkit/bin/make_it";
  3. GENERATEMAIN = YES;
  4. APPICON = application.tiff;
  5. DOCICONFILES = ();
  6. FILESTABLE = {
  7.     OTHER_LIBS = (EOAccess_s, EOInterface_s, Foundation_s, Media_s, NeXT_s);
  8.     CLASSES = (Employee.m, EmpController.m);
  9.     OTHER_RESOURCES = (people_Oracle.eomodel, people_photo_quote.eomodel, people_Sybase.eomodel);
  10.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, README.rtfd);
  11.     H_FILES = (Employee.h, EmpController.h);
  12.     INTERFACES = (Entry.nib);
  13.     OTHER_LINKED = ();
  14.     SUBPROJECTS = (EOFExtensions.subproj);
  15.     M_FILES = (MasteringDetails_main.m);
  16. };
  17. APPCLASS = EOApplication;
  18. MAINNIB = Entry;
  19. DOCEXTENSIONS = ();
  20. PROJECTTYPE = Application;
  21. PROJECTVERSION = 1.1;
  22. LOCALIZABLE_FILES = {
  23.     Entry.nib;
  24. };
  25. PROJECTNAME = MasteringDetails;
  26. SYSTEMEXTENSIONS = ();
  27. LANGUAGE = English;
  28.